home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 October
/
Chip_2002-10_cd1.bin
/
sharewar
/
hnet
/
hnetinfo.exe
/
{app}
/
HNetware
/
HInfoNetW.EN
/
RCDATA
/
TSEARCHFORM
/
TSEARCHFORM.txt
< prev
Wrap
Text File
|
2002-07-03
|
1KB
|
54 lines
object SearchForm: TSearchForm
Left = 192
Top = 103
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'Find...'
ClientHeight = 168
ClientWidth = 385
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Icon.Data = {<image000.ico>}
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 52
Width = 45
Height = 13
Caption = 'IP to find:'
end
object Edit1: TEdit
Left = 96
Top = 48
Width = 249
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 96
Top = 120
Width = 75
Height = 25
Caption = 'Ok'
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 216
Top = 120
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 2
OnClick = Button2Click
end
end